Skip to main content
GET
/
v1
/
fleet
/
assets
[Legacy] List all assets
curl --request GET \
  --url https://api.samsara.com/v1/fleet/assets \
  --header 'Authorization: Bearer <token>'
{
  "assets": [
    {
      "id": 1,
      "assetSerialNumber": "SNTEST123",
      "cable": {
        "assetType": "Thermo King"
      },
      "engineHours": 104,
      "name": "Trailer 123",
      "vehicleId": 2
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of assets.

assets
object[]